Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 16 - Storage Objects / Storage Objects Reference
Storage Objects Routines / Creating and Accessing FSSpec Storage Objects


Q3FSSpecStorage_Set

You can use the Q3FSSpecStorage_Set function to set information about an FSSpec storage object.

TQ3Status Q3FSSpecStorage_Set (
TQ3StorageObject storage, 
const FSSpec *fs);
storage
A Macintosh FSSpec storage object.
fs
A file system specification structure specifying the name and location of a Macintosh file.
DESCRIPTION
The Q3FSSpecStorage_Set function sets the file system specification structure of the file associated with the Macintosh FSSpec storage object specified by the storage parameter to the structure specified by the fs parameter.

SPECIAL CONSIDERATIONS
You must not use Q3FSSpecStorage_Set with an open Macintosh FSSpec storage object.

ERRORS
kQ3ErrorStorageIsOpen


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996